GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2025-11-27T14:50:39.6632169+00:00",
"SubmitDate": "2025-11-27T14:50:39.6632169+00:00",
"ReportPeriodStart": "2025-11-27T14:50:39.6632169+00:00",
"ReportPeriodEnd": "2025-11-27T14:50:39.6632169+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8afc12d1-2890-4a0d-8f23-7bf31bdf3004",
"Rows": [
{
"ItemId": "7cafc90e-5c42-487b-8fff-1e761158518b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7cafc90e-5c42-487b-8fff-1e761158518b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8afc12d1-2890-4a0d-8f23-7bf31bdf3004",
"Rows": [
{
"ItemId": "7cafc90e-5c42-487b-8fff-1e761158518b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7cafc90e-5c42-487b-8fff-1e761158518b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"5da77ad5-a892-4802-bed8-7d498b709dfa",
"e27beabb-5b55-4603-8567-085c8b1c1e75"
],
"Approvers": [
"6ddbd19d-e358-41a7-a529-147119100a9f",
"d7ee4804-57c4-4c5b-a105-084578b06ff3"
],
"ApprovedBy": "ca79ac1c-5ac8-4928-9b09-f3a55ece7dff",
"ApprovalDate": "2025-11-27T14:50:39.6632169+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "04f0be78-a057-4704-9db1-9c6601aadea7",
"id": "8ddf80df-5c73-4d2f-b19f-747c0f9443c7",
"ConfigId": "4d601f81-2dea-49df-8150-ae21cb3a199d"
},
{
"GenerationDate": "2025-11-27T14:50:39.6632169+00:00",
"SubmitDate": "2025-11-27T14:50:39.6632169+00:00",
"ReportPeriodStart": "2025-11-27T14:50:39.6632169+00:00",
"ReportPeriodEnd": "2025-11-27T14:50:39.6632169+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8afc12d1-2890-4a0d-8f23-7bf31bdf3004",
"Rows": [
{
"ItemId": "7cafc90e-5c42-487b-8fff-1e761158518b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7cafc90e-5c42-487b-8fff-1e761158518b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8afc12d1-2890-4a0d-8f23-7bf31bdf3004",
"Rows": [
{
"ItemId": "7cafc90e-5c42-487b-8fff-1e761158518b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7cafc90e-5c42-487b-8fff-1e761158518b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"5da77ad5-a892-4802-bed8-7d498b709dfa",
"e27beabb-5b55-4603-8567-085c8b1c1e75"
],
"Approvers": [
"6ddbd19d-e358-41a7-a529-147119100a9f",
"d7ee4804-57c4-4c5b-a105-084578b06ff3"
],
"ApprovedBy": "ca79ac1c-5ac8-4928-9b09-f3a55ece7dff",
"ApprovalDate": "2025-11-27T14:50:39.6632169+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "04f0be78-a057-4704-9db1-9c6601aadea7",
"id": "8ddf80df-5c73-4d2f-b19f-747c0f9443c7",
"ConfigId": "4d601f81-2dea-49df-8150-ae21cb3a199d"
}
]